Constrain the window to the minimum width for the natural height
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 11 Apr 2010 02:48:13 +0000 (22:48 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 11 Apr 2010 02:48:13 +0000 (22:48 -0400)
commit1b2be80f10964e1ded1591294acc603f78980c93
treed8ff36a9a7029e2dfd8ce371310a2fd93cadf8fb
parent6b89f05a99f62281953a806de3ef332d7e777ac9
Constrain the window to the minimum width for the natural height

GtkWindow now requests the minimum width for the natural height
of its child, or the opposite; depending on ->get_height_for_width.
Currently its not done for GTK_WINDOW_POPUP windows as the menushells
aren't working right yet.
gtk/gtkwindow.c